﻿2026-08-21T12:29:05.0807959Z ##[group]Run $cargo  = @(cargo --version)[0]
2026-08-21T12:29:05.0808243Z [36;1m$cargo  = @(cargo --version)[0][0m
2026-08-21T12:29:05.0808424Z [36;1m$rustc  = @(rustc --version)[0][0m
2026-08-21T12:29:05.0808619Z [36;1m$clippy = @(cargo clippy --version)[0][0m
2026-08-21T12:29:05.0808882Z [36;1m# rustup is how both boxes are managed today, but the three versions above are[0m
2026-08-21T12:29:05.0809210Z [36;1m# what judges the lane. A box without rustup must still print a complete record:[0m
2026-08-21T12:29:05.0809548Z [36;1m# under GitHub's pwsh wrapper ($ErrorActionPreference = 'stop') a missing COMMAND[0m
2026-08-21T12:29:05.0809896Z [36;1m# is a terminating error, so absence is tested rather than caught, and a present[0m
2026-08-21T12:29:05.0810221Z [36;1m# rustup's non-zero exit is cleared so the trailing $LASTEXITCODE check cannot[0m
2026-08-21T12:29:05.0810483Z [36;1m# red a step whose whole job is to print.[0m
2026-08-21T12:29:05.0810723Z [36;1m$active = if (Get-Command rustup -ErrorAction SilentlyContinue) {[0m
2026-08-21T12:29:05.0810983Z [36;1m  @(rustup show active-toolchain 2>$null)[0][0m
2026-08-21T12:29:05.0811160Z [36;1m} else { $null }[0m
2026-08-21T12:29:05.0811302Z [36;1m$global:LASTEXITCODE = 0[0m
2026-08-21T12:29:05.0811489Z [36;1mif (-not $active) { $active = "(no rustup on PATH)" }[0m
2026-08-21T12:29:05.0811759Z [36;1mWrite-Host "TOOLCHAIN leg=windows runner=$env:RUNNER_NAME active=$active"[0m
2026-08-21T12:29:05.0812017Z [36;1mWrite-Host "TOOLCHAIN leg=windows $cargo"[0m
2026-08-21T12:29:05.0812304Z [36;1mWrite-Host "TOOLCHAIN leg=windows $rustc"[0m
2026-08-21T12:29:05.0812629Z [36;1mWrite-Host "TOOLCHAIN leg=windows clippy: $clippy"[0m
2026-08-21T12:29:05.0812856Z [36;1mif (-not $cargo -or -not $rustc -or -not $clippy) {[0m
2026-08-21T12:29:05.0813178Z [36;1m  Write-Error "TOOLCHAIN leg=windows INCOMPLETE — a version this run is judged by did not print"[0m
2026-08-21T12:29:05.0813465Z [36;1m  exit 1[0m
2026-08-21T12:29:05.0813583Z [36;1m}[0m
2026-08-21T12:29:05.0813688Z [36;1mexit 0[0m
2026-08-21T12:29:05.0818628Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-08-21T12:29:05.0818966Z env:
2026-08-21T12:29:05.0819328Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-08-21T12:29:05.0819593Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-08-21T12:29:05.0824621Z   HEAVY: (package(spt-daemon) & kind(test) & binary(/^(attach|brain_swap|broker|budget|conn_blackhole_lifecycle|controller_lease|daemon_e2e|daemon_lifecycle_real_brain|digest|dispatch|driven_by_selfheal|endpoint_lifecycle|endpoint_survival|exit_every_reap|handoff|idempotent|inject_control_wedge|input_ack_deadlock|mesh_recovery|net_worker_starve|redispatch|redispatch_stall|registry_lifecycle|render_lifecycle|resize_geometry_epoch|resize_presentation_barrier|restart_replay_lifetime|resume|shellchan|spawn_truth|transport_death_eof|two_origin_spanning|twohost)$/)) | (package(spt) & kind(test) & binary(/^(attach_wedge_e2e|bind_cwd_project_e2e|bind_honest_cross_perch_e2e|brain_respawn_rename|brain_split|brain_survive|daemon_refresh_e2e|dummy_harness_e2e|endpoint_teardown_authority_e2e|engine_room_bringup_e2e|er_brief_once_per_session_e2e|er_briefing_presentation_e2e|er_briefing_presented_e2e|er_sequestered_cwd_e2e|gateway_owner_shell_e2e|commune_two_cwd_e2e|job_escape_e2e|knock_approve_not_hostage_e2e|knock_mutual_cross_node_e2e|live_adapt_translation_swap_e2e|livehost_bootgate_e2e|multi_subnet_bringup_e2e|n1_pairing|oneliner_e2e|projindex_reader_e2e|projindex_writer_e2e|psyche_download_e2e|rc_attach_truth|resume_template_e2e|run_no_dup_session_e2e|wake_resume_bind_e2e)$/)) | (package(spt-term) & kind(test))
2026-08-21T12:29:05.0827866Z ##[endgroup]
2026-08-21T12:29:05.6055220Z TOOLCHAIN leg=windows runner=hfenduleam active=1.96.0-x86_64-pc-windows-msvc (overridden by 'C:\actions-runner\_work\spt-bs-core\spt-bs-core\rust-toolchain.toml')
2026-08-21T12:29:05.6056982Z TOOLCHAIN leg=windows cargo 1.96.0 (30a34c682 2026-05-25)
2026-08-21T12:29:05.6059586Z TOOLCHAIN leg=windows rustc 1.96.0 (ac68faa20 2026-05-25)
2026-08-21T12:29:05.6062150Z TOOLCHAIN leg=windows clippy: clippy 0.1.96 (ac68faa20c 2026-05-25)
